home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / UT_SYSTM / OS9MAX.ZIP / UNIX.DOC < prev   
Encoding:
Text File  |  1994-11-17  |  919 b   |  33 lines

  1. ------------------------------------------------------------------------------
  2.  
  3. This file describes how to use OS9MAX with SUN/UNIX diskettes which contain
  4. TAR archive data.
  5.  
  6. ------------------------------------------------------------------------------
  7.  
  8. 1. Start OS9MAX software
  9.  
  10.    C:\> os9max b: sunhd
  11.  
  12. 2. Set SUN format from within OS9MAX (alternative method)
  13.  
  14.    u1> set b: sunhd
  15.  
  16. 3. Read all media sectors into a file on hard disk (produce file 'sundisk.1')
  17.  
  18.    u1> dread sundisk.1
  19.  
  20. 4. Terminate OS9MAX and return to MS-DOS
  21.  
  22.    u1> exit
  23.  
  24. 5. Start the DOS implementation of TAR software for testing archive files
  25.  
  26.    C:\> tar tvf sundisk.1   ;* show archive contents
  27.  
  28. 6. Start the DOS implementation of TAR software for extracting archive files
  29.  
  30.    C:\> tar xvf sundisk.1   ;* extract archive contents
  31.  
  32. ------------------------------------------------------------------------------
  33.